Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / AddRange Method / AddRange(String[]) Method
A specified collection add into the collection.


In This Topic
    AddRange(String[]) Method
    In This Topic
    Add some texts of specified collection to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal texts() As String _
    ) 
    'Usage
     
    
    Dim instance As ListItemCollection
    Dim texts() As String
     
    instance.AddRange(texts)
    public void AddRange( 
       string[] texts
    )

    Parameters

    texts
    A specified collection add into the collection.
    See Also